From adc5463bdf97e6b9d21733f6044dd7519a607412 Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Fri, 30 Jan 2009 11:04:51 +0900 Subject: [PATCH] [IA64] remove warning This patch remove the following warning. > memory.c:116: warning: implicit declaration of function 'guest_physmap_mark_populate_on_demand' > memory.c:206: warning: implicit declaration of function 'p2m_pod_decrease_reservation' Signed-off-by: Isaku Yamahata --- xen/include/asm-ia64/mm.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xen/include/asm-ia64/mm.h b/xen/include/asm-ia64/mm.h index ddeedcf8af..90c2c1b8e3 100644 --- a/xen/include/asm-ia64/mm.h +++ b/xen/include/asm-ia64/mm.h @@ -462,6 +462,12 @@ extern unsigned long dom0vp_get_memmap(domid_t domid, XEN_GUEST_HANDLE(char) buf #define dom0vp_get_memmap(domid, buffer) (-ENOSYS) #endif +int +p2m_pod_decrease_reservation(struct domain *d, + xen_pfn_t gpfn, unsigned int order); +int guest_physmap_mark_populate_on_demand(struct domain *d, unsigned long gfn, + unsigned int order); + extern volatile unsigned long *mpt_table; extern unsigned long gmfn_to_mfn_foreign(struct domain *d, unsigned long gpfn); extern u64 translate_domain_pte(u64 pteval, u64 address, u64 itir__, -- 2.30.2